docs(website): document all Double-click actions including Disabled state and faster menu response#2227
Conversation
…mprovement Co-authored-by: Belphemur <197810+Belphemur@users.noreply.github.com>
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
soundswitch | 88d50a2 | Jun 16 2026, 12:21 AM |
|
@copilot since we're at it also add the toggle mute microphone feature for the double click, it is also missing |
…ute microphone Co-authored-by: Belphemur <197810+Belphemur@users.noreply.github.com>
Added Toggle mute microphone along with the other previously undocumented options (Open settings and Switch profile) to the Double-click Action table — commit |
There was a problem hiding this comment.
Pull request overview
Updates the website documentation for SoundSwitch’s tray icon Double-click Action setting to reflect the full set of available actions introduced/expanded in prior work, including the Disabled option and the related click-detection delay behavior.
Changes:
- Expands the Double-click Action table to include additional supported actions (settings, profiles, microphone mute, disabled).
- Adds a tip callout explaining the 250 ms single-click delay trade-off when double-click detection is enabled.
| | **Switch recording device** | Cycles to the next available recording device. | | ||
| | **Open settings** | Opens the SoundSwitch settings window. | | ||
| | **Switch profile** | Cycles through the configured audio profiles. | | ||
| | **Toggle mute microphone** | Mutes or unmutes the default recording (microphone) device. | |
| | **Disabled** | Disables double-click detection entirely. The device menu opens instantly on a single click with **no delay**. Choose this if you never use the double-click action and want the fastest possible access to the tray menu. | | ||
|
|
||
| ::: tip Faster tray menu | ||
| When a double-click action is configured, SoundSwitch waits up to **250 ms** after each click to decide whether a second click is coming. Setting the action to **Disabled** removes that wait completely, so right-clicking or left-clicking the tray icon opens the menu with zero delay. | ||
| ::: |
PR #2225 added a Disabled double-click option and reduced single-click detection delay to 250 ms, but the docs still described only two double-click actions with no mention of the other available options or the performance trade-off.
Changes
website/src/configuration/general.mdDisabledeliminates it entirely for instant menu access